Skip to content

Generic userland RX flow steering #5993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

ripatel-fd
Copy link
Contributor

@ripatel-fd ripatel-fd commented Aug 10, 2025

Remove unused SIOCGIFHWADDR call.

Fixes a design flaw where the xdp and sock tiles hardcode the
flow steering rules for the app tiles.

Defines a generic 'topo_net_rx' struct that maps UDP ports to
output links (and metadata like DST_PROTO IDs).

Adds a 'find_16x16' API for AVX-accelerated fast port matching.

Move repair forwarding logic from net/sock tiles to repair/shred.

@ripatel-fd ripatel-fd changed the title ripatel/net rx flow steer Generic userland RX flow steering Aug 10, 2025
@ripatel-fd ripatel-fd force-pushed the ripatel/net-rx-flow-steer branch 5 times, most recently from 1d08e82 to 57ee3fd Compare August 10, 2025 04:12
riptl added 4 commits August 10, 2025 04:56
Fixes a design flaw where the xdp and sock tiles hardcode the
flow steering rules for the app tiles.

Defines a generic 'topo_net_rx' struct that maps UDP ports to
output links (and metadata like DST_PROTO IDs).

Adds a 'find_16x16' API for AVX-accelerated fast port matching.

Temporarily undoes the 'repair ping-pong' flow steering hack.
Forwards ping frames arriving at the 'repair ingress' port from
the shred tile to the repair tile.

This was previously done at the net tile level, but is moved to
the shred/repair tiles to keep the network stack clean.
@ripatel-fd ripatel-fd force-pushed the ripatel/net-rx-flow-steer branch from 57ee3fd to 005db38 Compare August 10, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants